home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / editor / lik32125.zip / LIKSE32.EXE / 0 / RCDATA / TFM_HOMEPAGE / TFM_HOMEPAGE.txt
Text File  |  1996-10-22  |  3KB  |  133 lines

  1. object FM_HomePage: TFM_HomePage
  2.   Left = 211
  3.   Top = 178
  4.   ActiveControl = ED_HomeURl
  5.   BorderStyle = bsDialog
  6.   Caption = 'Home Page'
  7.   ClientHeight = 191
  8.   ClientWidth = 393
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button2: TButton
  17.     Left = 112
  18.     Top = 160
  19.     Width = 89
  20.     Height = 25
  21.     Caption = 'OK'
  22.     TabOrder = 0
  23.     OnClick = Button2Click
  24.   end
  25.   object Button3: TButton
  26.     Left = 208
  27.     Top = 160
  28.     Width = 89
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     TabOrder = 1
  32.     OnClick = Button3Click
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 3
  36.     Top = 8
  37.     Width = 385
  38.     Height = 137
  39.     TabOrder = 2
  40.     object Label1: TLabel
  41.       Left = 5
  42.       Top = 16
  43.       Width = 85
  44.       Height = 13
  45.       Caption = 'Start program with'
  46.     end
  47.     object Label2: TLabel
  48.       Left = 5
  49.       Top = 70
  50.       Width = 100
  51.       Height = 13
  52.       Caption = 'Home Page Location'
  53.     end
  54.     object Label4: TLabel
  55.       Left = 189
  56.       Top = 102
  57.       Width = 83
  58.       Height = 13
  59.       Caption = 'Seconds idle time'
  60.     end
  61.     object RD_ShowHome: TRadioButton
  62.       Left = 112
  63.       Top = 40
  64.       Width = 113
  65.       Height = 17
  66.       Caption = 'Home Page'
  67.       TabOrder = 0
  68.     end
  69.     object RadioButton1: TRadioButton
  70.       Left = 112
  71.       Top = 16
  72.       Width = 113
  73.       Height = 17
  74.       Caption = 'Blank Page'
  75.       Checked = True
  76.       TabOrder = 1
  77.       TabStop = True
  78.     end
  79.     object ED_HomeURl: TEdit
  80.       Left = 112
  81.       Top = 68
  82.       Width = 225
  83.       Height = 21
  84.       TabOrder = 2
  85.     end
  86.     object Button1: TButton
  87.       Left = 340
  88.       Top = 67
  89.       Width = 40
  90.       Height = 20
  91.       Caption = 'Browse'
  92.       TabOrder = 3
  93.       OnClick = Button1Click
  94.     end
  95.     object ED_IdleSec: TSpinEdit
  96.       Left = 144
  97.       Top = 97
  98.       Width = 41
  99.       Height = 22
  100.       Enabled = False
  101.       MaxValue = 65
  102.       MinValue = 5
  103.       TabOrder = 4
  104.       Value = 5
  105.     end
  106.     object CHK_GoBack: TCheckBox
  107.       Left = 8
  108.       Top = 100
  109.       Width = 129
  110.       Height = 17
  111.       Caption = 'Load Home Page after'
  112.       TabOrder = 5
  113.       OnClick = CHK_GoBackClick
  114.     end
  115.     object RD_LISE: TRadioButton
  116.       Left = 232
  117.       Top = 16
  118.       Width = 113
  119.       Height = 17
  120.       Caption = 'Local Search Engine'
  121.       TabOrder = 6
  122.       Visible = False
  123.     end
  124.   end
  125.   object OpenDialog1: TOpenDialog
  126.     DefaultExt = 'HTM'
  127.     FileEditStyle = fsEdit
  128.     Filter = 'HTM Files|*.HTM|HTML Files|*.HTML|All Files|*.*'
  129.     Left = 243
  130.     Top = 48
  131.   end
  132. end
  133.